home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / ohlfind.zip / README < prev    next >
Text File  |  1990-06-22  |  751b  |  15 lines

  1. This is GNU find.  It complies with POSIX 1003.2 draft 9, as far as I
  2. know; it also supports some additional predicates, some borrowed
  3. from Unix and some unique to the GNU version.  See the comment near
  4. the top of find.c for a syntax summary.
  5.  
  6. Being distributed along with it is James Woods' public domain
  7. fast-find code, which is also distributed with the 4.3BSD find.
  8. Because POSIX requires `find foo' to have the same effect as `find foo
  9. -print', the fast-find searching has been moved to a separate program,
  10. `fastfind'.  If you want to use fastfind, you should run the included
  11. `updatedb' script from cron periodically (typically nightly).
  12.  
  13. Suggestions and bug reports for GNU find should be mailed to
  14. bug-gnu-utils@prep.ai.mit.edu.
  15.